home *** CD-ROM | disk | FTP | other *** search
- // Filename: DIB.RC
- // "DIB" Generated by Visual Programmer.
- // Author: Blue Sky
-
- //
- // ***********************************************************************
- // Do not add code here.
- //
- // This file is maintained by the Switch-It Module.
- // As you make changes in your applications design,
- // this file is automatically updated, therefore you never modify this file.
- //
- //
- //
- // For more information,
- // see the section "How code is generated" in the documentation.
- //
- // ***********************************************************************
- //
-
- #define THISISBLDRC
-
- #include "AFXRES.H"
- #include "DIB.H"
-
-
-
- #include "DIALOG.DLG"
-
- BALL BITMAP BALL.BMP
-
- BALL ICON BALL.ICO
-
-
- /********************************************************/
- /* Resource code for menus */
- /********************************************************/
-
- IDR_DIB MENU
- BEGIN
- POPUP "&Options"
- BEGIN
- MENUITEM "&Red", IDM_Red
- MENUITEM "&Blue", IDM_Blue
- MENUITEM "&Own", IDM_Own , CHECKED
- END
- POPUP "&Help"
- BEGIN
- MENUITEM "&About...", IDM_About
- END
- END
-
-
-
- // *******************************************************
- // Resource code for error message strings
- // *******************************************************
-
- STRINGTABLE
- BEGIN
- BLD_CannotRun "Cannot run "
- BLD_CannotCreate "Cannot create dialog box "
- BLD_CannotLoadMenu "Cannot load menu "
- BLD_CannotLoadIcon "Cannot load icon "
- BLD_CannotLoadBitmap "Cannot load bitmap "
- BLD_CannotCreateWindow "Cannot create window "
- END
-
-